home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 27 / CU Amiga Magazine's Super CD-ROM 27 (1998)(EMAP Images)(GB)[!][issue 1998-10].iso / CUCD / PowerPC / vbcc / Examples / exchandler / Makefile < prev   
Encoding:
Makefile  |  1998-05-24  |  216 b   |  13 lines

  1. CC    = vc
  2. COPTS    = +warpos -dontwarn=214
  3. CLIBS    =
  4.  
  5. all: exchandler illegal
  6.  
  7.  
  8. exchandler: exchandler.c
  9.     $(CC) $(COPTS) -o exchandler exchandler.c $(CLIBS)
  10.  
  11. illegal: illegal.c
  12.     $(CC) $(COPTS) -o illegal illegal.c $(CLIBS)
  13.